runtime.piController.max (field)

4 uses

	runtime (current package)
		mgcscavenge.go#L387: 		max: 1000.0, // 1000:1
		mgcscavenge.go#L1353: 	min, max float64 // Output boundaries.
		mgcscavenge.go#L1392: 	} else if output > c.max {
		mgcscavenge.go#L1393: 		output = c.max